API - Cache\Static_cache_driver
system\cache.php at line 92

Class Static_cache_driver

Static_cache_driver
All Known Subclasses:
File_cache

public abstract class Static_cache_driver

Static cache is used to store large amounts of rarely modified data

Method Summary
abstract bool

store(string id, mixed data, string realm)

Stores data as object image in cache

Method Detail

system\cache.php at line 101

store

public abstract bool store(string id, mixed data, string realm)
Stores data as object image in cache
Parameters:
id - Object identifier
data - Object value
realm - Realm name
Returns: